home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Art / U-V / Vision Lab Demo.cpt / Vision Lab Demo.rsrc / POST_10000 < prev    next >
Text File  |  1992-06-06  |  549b  |  37 lines

  1. %!PS-Adobe-2.0 EPSF-1.2
  2. %%Title: Param1
  3. %%Creator: Vision Lab
  4. %%CreationDate: Param2 Param3
  5. %%BoundingBox: 0 0 Param4 Param5
  6. %%EndComments
  7. 100 dict begin
  8. /width
  9.     Param4 def
  10. /height
  11.     Param5 def
  12. /bpp
  13.     Param6 def
  14. /makexchars
  15. {
  16.     width bpp mul 7 add 8 idiv
  17. } def
  18. /xchars
  19.     makexchars def
  20. /picstr
  21. {
  22.     xchars 257 le
  23.     {xchars /xchars makexchars def}
  24.     {256 /xchars xchars 256 sub def}
  25.     ifelse string
  26. } def
  27. /dopic
  28. {
  29.     gsave
  30.     width height bpp
  31.     [width 0 0 height neg 0 height]
  32.     {currentfile picstr readhexstring pop} image
  33.     grestore
  34. } def
  35. width height scale
  36. dopic
  37.